home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 23 / CU Amiga - Super CD-ROM 23 (June 1998).iso / CreatingGames / Utilities / C / Mesa / widgets-mesa / include / GL / Makefile < prev    next >
Encoding:
Makefile  |  1997-01-31  |  2.0 KB  |  72 lines

  1. # Generated automatically from Makefile.in by configure.
  2. # Makefile.in --- Mesa GL Widget for X11 Toolkit Programming
  3. # Copyright (C) 1995 by
  4. #   Jeroen van der Zijp <jvz@cyberia.cfdrc.com>
  5. #   Thorsten Ohl <Thorsten.Ohl@Physik.TH-Darmstadt.de>
  6. #
  7. # This library is free software; you can redistribute it and/or
  8. # modify it under the terms of the GNU Library General Public
  9. # License as published by the Free Software Foundation; either
  10. # version 2 of the License, or (at your option) any later version.
  11. #
  12. # This library is distributed in the hope that it will be useful,
  13. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  14. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  15. # GNU Library General Public License for more details.
  16. #
  17. # You should have received a copy of the GNU Library General Public
  18. # License along with this library; if not, write to the Free Software
  19. # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  20. #
  21. # $Id: Makefile.in,v 1.4 1996/01/15 00:44:05 ohl Exp $
  22. #
  23. ########################################################################
  24.  
  25. SHELL = /bin/sh
  26.  
  27. srcdir = .
  28. top_srcdir = ../..
  29. mesa_srcdir = /usr/people/jvz/Mesa-2.2
  30.  
  31. prefix = /usr/local
  32. exec_prefix = ${prefix}
  33.  
  34. incdir = $(prefix)/include/GL
  35.  
  36. INSTALL = /usr/bin/install -c
  37. INSTALL_PROGRAM = ${INSTALL}
  38. INSTALL_DATA = ${INSTALL} -m 644
  39.  
  40. HEADERS = GLwDrawA.h GLwDrawAP.h GLwMDrawA.h GLwMDrawAP.h \
  41.       MesaDrawingArea.h MesaDrawingAreaP.h \
  42.       MesaMDrawingArea.h MesaMDrawingAreaP.h \
  43.       MesaWorkstation.h MesaWorkstationP.h
  44.  
  45. all:
  46.  
  47. install: $(HEADERS)
  48.     $(INSTALL_DATA) $(HEADERS) $(incdir)
  49.  
  50. uninstall:
  51.     cd $(incdir) && rm -f $(HEADERS)
  52.  
  53. # Standard GNU clean* targets:
  54. maintainer-clean: clean
  55.     @echo "This command is intended for maintainers to use;"
  56.     @echo "it deletes files that may require special tools to rebuild."
  57.  
  58. mostlyclean: clean
  59.  
  60. distclean: clean
  61.     rm -f Makefile
  62.  
  63. clean:
  64.     rm -f .*~ *~
  65.  
  66. # Additional clean* targets:
  67. realclean: distclean
  68.  
  69. # GNU autoconf(1) targets:
  70. Makefile: Makefile.in $(top_srcdir)/config.status
  71.     cd $(top_srcdir); $(SHELL) config.status
  72.